ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / TestSeries Class / TestSeries Constructor / TestSeries Constructor(Double[],Double[])

In This Topic
    TestSeries Constructor(Double[],Double[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x() As System.Double, _
       ByVal y() As System.Double _
    )
    public TestSeries( 
       System.double[] x,
       System.double[] y
    )

    Parameters

    x
    y
    See Also